The HDF_VD_FIND function returns the reference number of a VData with the specified name in an HDF file.
Result = HDF_VD_FIND(FileHandle, Name)
Returns the reference number of the named VData. A 0 is returned if an error occurs or a VData of the given name does not exist.
The HDF file handle returned from a previous call to HDF_OPEN.
A string containing the name of the VData to be found.
None
4.0 |
Introduced |